home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 684 / playsound / playsound.doc < prev    next >
Text File  |  1995-03-18  |  3KB  |  55 lines

  1. ============================== PlaySound 1.1 ==============================
  2. ===========================================================================
  3. A  double-buffered IFF-8SVX player utility written by Olaf `Olsen' Barthel.
  4. ©  Copyright  1991-92  by  Olaf  `Olsen' Barthel, Public-Domain, all rights
  5. reserved.
  6.    No  guarantee  of any kind is made that the program(s) described in this
  7. document are 100% reliable.  You use this material on your own risk.
  8.  
  9. ================================= Purpose =================================
  10. ===========================================================================
  11. It's  not  quite  that easy to get audio.device to do what it's supposed to
  12. do.   This  program is the result of my efforts to create a tool to play an
  13. IFF-8SVX  sound  on  two stereo channels using iffparse.library for reading
  14. and  playing the sound directly off the disk, i.e.  to play the sound while
  15. reading it.
  16.  
  17. ================================== Usage ==================================
  18. ===========================================================================
  19. The  program  supports  both  Shell  and  Workbench  invocation.  Workbench
  20. invocation  is  easy:   select  the  sound files you wish to be played then
  21. double-click on the `PlaySound' icon.
  22.             If running from Shell, two arguments are accepted:
  23.  
  24. Pattern................ The  name  of  the  file to be played or a standard
  25.                         AmigaDOS   wildcard   expression  to  be  used  for
  26.                         collecting files to be played.
  27.  
  28. Buffer................. The  replay buffer size to be used when reading the
  29.                         sound  file.   Usually,  the default buffer size of
  30.                         5000 bytes will do, but slower or faster data media
  31.                         may want you to change this value.
  32.  
  33. ================================= Author ==================================
  34. ===========================================================================
  35. This  program and the accompanying source code are are placed in the public
  36. domain.  Bug reports, enhancement requests, etc.  should be directed to:
  37.  
  38.                                Olaf Barthel
  39.                              Brabeckstrasse 35
  40.                             D-3000 Hannover 71
  41.  
  42.                         Federal Republic of Germany
  43.  
  44.                                   EMail:
  45.  
  46.                     Z-Net: O.BARTHEL@A-Link-H
  47.                    Usenet: o.barthel@a-link-h.comlink.de
  48.                            olsen@sourcery.mxm.sub.org
  49.  
  50.    Both commercial and noncommercial use of this program are permitted.
  51.  
  52. =============== Revision history (most recent change first) ===============
  53. ===========================================================================
  54. 1.1     First public release.
  55.